home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 11_Cabinet / CMNCTRL2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-18  |  1.6 KB  |  58 lines

  1. // CmnCtrl2.h : main header file for the CMNCTRL2 application
  2. //
  3.  
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1998 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and related
  10. // electronic documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14. #if !defined(AFX_CMNCTRL2_H__A14ECE90_E24D_11D0_8286_00C04FD73634__INCLUDED_)
  15. #define AFX_CMNCTRL2_H__A14ECE90_E24D_11D0_8286_00C04FD73634__INCLUDED_
  16.  
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20.  
  21. #ifndef __AFXWIN_H__
  22.     #error include 'stdafx.h' before including this file for PCH
  23. #endif
  24.  
  25. #include "resource.h"       // main symbols
  26.  
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CCmnCtrl2App:
  29. // See CmnCtrl2.cpp for the implementation of this class
  30. //
  31.  
  32. class CCmnCtrl2App : public CWinApp
  33. {
  34. public:
  35.     CCmnCtrl2App();
  36.  
  37. // Overrides
  38.     // ClassWizard generated virtual function overrides
  39.     //{{AFX_VIRTUAL(CCmnCtrl2App)
  40.     public:
  41.     virtual BOOL InitInstance();
  42.     //}}AFX_VIRTUAL
  43.  
  44. // Implementation
  45.  
  46.     //{{AFX_MSG(CCmnCtrl2App)
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49. };
  50.  
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_CMNCTRL2_H__A14ECE90_E24D_11D0_8286_00C04FD73634__INCLUDED_)
  58.